* Linksys E7350 (thanks forum/OothecaPickle)
* Linksys MX2000 (thanks @georgemoussalem)
* Linksys MX550 (thanks @georgemoussalem)
Signed-off-by: Stan Grishin <[email protected]>
PKG_LICENSE:=AGPL-3.0-or-later
PKG_VERSION:=1.0.1
-PKG_RELEASE:=16
+PKG_RELEASE:=18
LUCI_TITLE:=Advanced Linksys Reboot Web UI
LUCI_URL:=https://github.com/stangri/luci-app-advanced-reboot/
--- /dev/null
+{
+ "vendorName": "Linksys",
+ "deviceName": "E7350",
+ "boardNames": [ "linksys,e7350" ],
+ "partition1MTD": "mtd3",
+ "partition2MTD": "mtd6",
+ "labelOffset": 192,
+ "bootEnv1": "bootimage",
+ "bootEnv1Partition1Value": 1,
+ "bootEnv1Partition2Value": 2,
+ "bootEnv2": null,
+ "bootEnv2Partition1Value": null,
+ "bootEnv2Partition2Value": null
+}
--- /dev/null
+{
+ "vendorName": "Linksys",
+ "deviceName": "MX2000",
+ "boardNames": [ "linksys,mx2000" ],
+ "partition1MTD": "mtd12",
+ "partition2MTD": "mtd14",
+ "labelOffset": 192,
+ "bootEnv1": "boot_part",
+ "bootEnv1Partition1Value": 1,
+ "bootEnv1Partition2Value": 2,
+ "bootEnv2": null,
+ "bootEnv2Partition1Value": null,
+ "bootEnv2Partition2Value": null
+}
--- /dev/null
+{
+ "vendorName": "Linksys",
+ "deviceName": "MX5500",
+ "boardNames": [ "linksys,mx5500" ],
+ "partition1MTD": "mtd12",
+ "partition2MTD": "mtd14",
+ "labelOffset": 192,
+ "bootEnv1": "boot_part",
+ "bootEnv1Partition1Value": 1,
+ "bootEnv1Partition2Value": 2,
+ "bootEnv2": null,
+ "bootEnv2Partition1Value": null,
+ "bootEnv2Partition2Value": null
+}